Skip to content

Conversation

philasmar
Copy link
Contributor

Issue #, if available:
DOTNET-7753

Description of changes:

  • Updated the .NET SDK dependencies to the latest version 4.0.0-preview.4
  • Marked project as trimmable
  • Added SourceLink support

@philasmar philasmar requested review from normj and 96malhar October 16, 2024 21:40
Copy link
Member

@normj normj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the GetParametersByPathAsync method in SystemsManagerProcessor needs a null check for the response.Parameters property.

Also I think the code is okay but for defensive code purposes in the GetDataAsync method of AppConfigProcessor maybe add ?? new Dictionary<string, string> from the return of the private methods it calls.

@philasmar
Copy link
Contributor Author

I think the GetParametersByPathAsync method in SystemsManagerProcessor needs a null check for the response.Parameters property.

Also I think the code is okay but for defensive code purposes in the GetDataAsync method of AppConfigProcessor maybe add ?? new Dictionary<string, string> from the return of the private methods it calls.

Fixed

@philasmar philasmar requested a review from normj October 17, 2024 02:50
@philasmar philasmar merged commit 7c86075 into v4sdk-development Oct 17, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants